PDFRawImage Constructor(String,boolean)
In This Topic
Initializes a new
PDFRawImage object.
Syntax
public PDFRawImage(
java.lang.String ,
boolean
)
|
Parameters
- fileName
- Path to RAW image.
- compress
- Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
See Also